home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / SEARCHENGINE.dxr / 00013_First Script.ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  282 b   |  13 lines

  1. on prepareMovie
  2.   initInStub()
  3.   initConsts()
  4.   initCommonVars()
  5.   initSearch()
  6. end
  7.  
  8. on initSearch
  9.   put EMPTY into field "entryBox" of castLib "internal"
  10.   put EMPTY into field "Results" of castLib "internal"
  11.   set the scrollTop of member "keysMember" of castLib "DBCast" to 0
  12. end
  13.